home *** CD-ROM | disk | FTP | other *** search
/ BMUG Newsletter 1997 Spring / BMUG Spring 1997 Newsletter (1997).bin / Software Updaters / A-C Updaters / Adobe / PageMaker ƒ / QMS Ver 4.0 PPDs ƒ / QMS ColorScript 230 < prev    next >
PostScript Printer Description  |  1993-05-18  |  12KB  |  366 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS ColorScript 230" version 2011.22
  4. *% Date: 9/16/92
  5. *% Modified:  05/18/93
  6.  
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10.  
  11. *Product: "(QMS ColorScript 230)"
  12. *PSVersion: "(2011.22) 10"
  13. *NickName: "QMS ColorScript 230"
  14.  
  15. *% General Information and Defaults ===============
  16. *FreeVM: "439330"
  17. *ColorDevice: True
  18. *VariablePaperSize: False
  19. *FileSystem: True
  20. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  21. *Throughput: "1"
  22. *Password: "0"
  23. *ExitServer: "
  24.   count 0 eq {  % is the password on the stack?
  25.     true 
  26.   }{
  27.     dup    % potential password
  28.     statusdict begin checkpassword end not 
  29.   } ifelse 
  30.   {  %  if no password or not valid 
  31.     (WARNING : Cannot perform the exitserver command.) = 
  32.     (Password supplied is not valid.) = 
  33.     (Please contact the author of this software.) = flush
  34.     quit 
  35.   } if 
  36.   serverdict begin exitserver
  37. "
  38. *End
  39. *Reset: "(WARNING : Cannot reset printer.) = "
  40.     
  41. *DefaultResolution: 300dpi
  42. *?Resolution: "
  43. save
  44.   initgraphics
  45.   0 0 moveto currentpoint matrix defaultmatrix transform
  46.   0 72 lineto currentpoint matrix defaultmatrix transform
  47.   3 -1 roll sub dup mul
  48.   3 1 roll exch sub dup mul
  49.   add sqrt round cvi
  50.   (          ) cvs print (dpi) = flush
  51. restore
  52. "
  53. *End
  54.  
  55. *% Halftone Information ===============
  56. *ScreenFreq: "53.0"
  57. *ScreenAngle: "45.0"
  58. *DefaultScreenProc: Dot
  59. *ScreenProc Dot: "
  60. { 1.4 0.24 
  61.   { 2 
  62.    { 3 1 roll add dup 1.0 gt { 2.0 sub } if 
  63.    } repeat 
  64.    abs exch abs 2 copy add 1 gt 
  65.    { 1 sub dup mul exch 1 sub dup mul add 1 sub } 
  66.    { dup mul exch dup mul add 1 exch sub}
  67.     ifelse 
  68.   } exec 
  69. }
  70. "
  71. *End
  72. *ScreenProc Line: "{ pop }"
  73. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  74.  
  75. *DefaultTransfer: Null
  76. *Transfer Null: "{ }"
  77. *Transfer Null.Inverse: "{ 1 exch sub }"
  78.  
  79. *% Paper Handling ===================
  80.  
  81. *% Use these entries to set paper size most of the time, unless there is
  82. *% specific reason to use PageRegion or PaperTray.
  83. *OpenGroup:  PaperHandling
  84. *OpenUI *PageSize: PickOne
  85. *OrderDependency: 15 AnySetup *PageSize
  86. *DefaultPageSize: Letter
  87. *PageSize Letter: "statusdict begin lettertray end"
  88. *PageSize Legal: "statusdict begin legaltray end"
  89. *PageSize Tabloid: "statusdict begin 11x17tray end"
  90. *PageSize Super: "statusdict begin wbtray end"
  91. *PageSize A3: "statusdict begin a3tray end"
  92. *PageSize A4: "statusdict begin a4tray end"
  93. *PageSize SpecialLetter: "statusdict begin splettertray end"
  94. *?PageSize: "
  95.  save statusdict begin
  96.   12 dict begin
  97.    /letter (Letter) def
  98.    /legal (Legal) def
  99.    /11x17 (Tabloid) def
  100.    /wb (Super) def
  101.    /a3 (A3) def
  102.    /a4 (A4) def
  103.    /spletter (SpecialLetter) def
  104.    papersize {
  105.      {load exec} stopped not{= flush}if
  106.    }{
  107.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  108.    }ifelse
  109.   end
  110.  end restore
  111. "
  112. *End
  113. *CloseUI: *PageSize
  114.  
  115. *% These entries will set up the frame buffer. Usually used with manual feed.
  116. *DefaultPageRegion: Letter
  117. *PageRegion Letter: "letter"
  118. *PageRegion Legal: "legal"
  119. *PageRegion Tabloid: "11x17"
  120. *PageRegion Super: "wb"
  121. *PageRegion A3: "a3"
  122. *PageRegion A4: "a4"
  123. *PageRegion SpecialLetter: "spletter"
  124.  
  125. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  126. *% These errors should be trapped by software and a message displayed
  127. *OpenUI *PaperTray: PickOne
  128. *OrderDependency: 20 AnySetup *PaperTray
  129. *DefaultPaperTray: None
  130. *PaperTray Letter: "statusdict begin lettertray end"
  131. *PaperTray Legal: "statusdict begin legaltray end"
  132. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  133. *PaperTray Super: "statusdict begin wbtray end "
  134. *PaperTray A3: "statusdict begin a3tray end"
  135. *PaperTray A4: "statusdict begin a4tray end"
  136. *PaperTray SpecialLetter: "statusdict begin splettertray end"
  137. *?PaperTray: "
  138.  save statusdict begin
  139.   20 dict begin
  140.    /letter (Letter) def
  141.    /legal (Legal) def
  142.    /11x17 (Tabloid) def
  143.    /wb (Super) def
  144.    /a3 (A3) def
  145.    /a4 (A4) def
  146.    /spletter (SpecialLetter) def
  147.    papersize {
  148.      {load exec} stopped not{= flush}if
  149.    }{
  150.      {load exec} stopped not{print (.Transverse) = flush}if
  151.    }ifelse
  152.   end
  153.  end restore
  154. "
  155. *End
  156. *CloseUI: *PaperTray
  157. *CloseGroup: PaperHandling
  158.  
  159.  
  160. *% The following entries provide information about specific paper keywords.
  161. *DefaultImageableArea: Letter
  162. *ImageableArea Letter: "10 17 592 740 "
  163. *ImageableArea Legal: "10 17 592 957 "
  164. *ImageableArea Tabloid: "10 18 772 1173 "
  165. *ImageableArea Super: " 13 30 852 1267 "
  166. *ImageableArea A3: "10 17 822 1140 "
  167. *ImageableArea A4: "10 17 576 791 "
  168. *ImageableArea SpecialLetter: "10 10 592 783"
  169. *?ImageableArea: "
  170.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  171.   newpath clippath pathbbox
  172.   4 -2 roll exch 2 {ceiling cvp} repeat
  173.   exch 2 {floor cvp} repeat flush
  174.  restore
  175. "
  176. *End
  177.  
  178. *% These provide the physical dimensions of the paper (by keyword)
  179. *DefaultPaperDimension: Letter
  180. *PaperDimension Letter: "612 792"
  181. *PaperDimension Legal: "612 1008"
  182. *PaperDimension Tabloid: "792 1224"
  183. *PaperDimension Super: "907 1318"
  184. *PaperDimension A3: "842 1191"
  185. *PaperDimension A4: "596 842"
  186. *PaperDimension SpecialLetter: "612 792"
  187.  
  188. *DefaultOutputBin: Upper
  189. *DefaultInputSlot: None
  190.  
  191. *DefaultManualFeed: False
  192. *?ManualFeed: "
  193.   statusdict /manualfeed get
  194.   {(True)}{(False)}ifelse = flush"
  195. *End
  196. *ManualFeed True: "statusdict begin /manualfeed true store end"
  197. *ManualFeed False: "statusdict begin /manualfeed false store end"
  198.  
  199. *DefaultOutputOrder: Reverse
  200. *DefaultCollator: None
  201. *DefaultSorter: None
  202. *DefaultDuplex: None
  203.  
  204. *% Font Information =====================
  205.  
  206. *Font AvantGarde-Book: Standard "(001.006)"
  207. *Font AvantGarde-BookOblique: Standard "(001.006)"
  208. *Font AvantGarde-Demi: Standard "(001.007)"
  209. *Font AvantGarde-DemiOblique: Standard "(001.007)"
  210. *Font Bookman-Demi: Standard "(001.003)"
  211. *Font Bookman-DemiItalic: Standard "(001.003)"
  212. *Font Bookman-Light: Standard "(001.003)"
  213. *Font Bookman-LightItalic: Standard "(001.003)"
  214. *Font Courier: Standard "(002.004)"
  215. *Font Courier-Bold: Standard "(002.004)"
  216. *Font Courier-BoldOblique: Standard "(002.004)"
  217. *Font Courier-Oblique: Standard "(002.004)"
  218. *Font Helvetica: Standard "(001.006)"
  219. *Font Helvetica-Bold: Standard "(001.007)"
  220. *Font Helvetica-BoldOblique: Standard "(001.007)"
  221. *Font Helvetica-Condensed: Standard "(001.001)"
  222. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  223. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  224. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  225. *Font Helvetica-Narrow: Standard "(001.006)"
  226. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  227. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  228. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  229. *Font Helvetica-Oblique: Standard "(001.006)"
  230. *Font NewCenturySchlbk-Bold: Standard "(001.009)"
  231. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)"
  232. *Font NewCenturySchlbk-Italic: Standard "(001.006)"
  233. *Font NewCenturySchlbk-Roman: Standard "(001.007)"
  234. *Font Palatino-Bold: Standard "(001.005)"
  235. *Font Palatino-BoldItalic: Standard "(001.005)"
  236. *Font Palatino-Italic: Standard "(001.005)"
  237. *Font Palatino-Roman: Standard "(001.005)"
  238. *Font Symbol: Special "(001.007)"
  239. *Font Times-Bold: Standard "(001.007)"
  240. *Font Times-BoldItalic: Standard "(001.009)"
  241. *Font Times-Italic: Standard "(001.007)"
  242. *Font Times-Roman: Standard "(001.007)"
  243. *Font ZapfChancery-MediumItalic: Standard "(001.007)"
  244. *Font ZapfDingbats: Special "(001.004)"
  245. *Font Aachen-Bold: Standard "(001.001)"
  246. *Font BrushScript: Standard "(001.001)"
  247. *Font Cooper-Black: Standard "(001.001)"
  248. *Font CooperBlack-Italic: Standard "(001.001)"
  249. *Font FreestyleScript: Standard "(001.001)"
  250. *Font Garamond-Bold: Standard "(001.001)"
  251. *Font Garamond-BoldItalic: Standard "(001.001)"
  252. *Font Garamond-Light: Standard "(001.001)"
  253. *Font Garamond-LightItalic: Standard "(001.001)"
  254. *Font Helvetica-Black: Standard "(001.001)"
  255. *Font Helvetica-BlackOblique: Standard "(001.001)"
  256. *Font Helvetica-Light: Standard "(001.001)"
  257. *Font Helvetica-LightOblique: Standard "(001.001)"
  258. *Font Hobo: Standard "(001.001)"
  259. *Font LetterGothic: Standard "(001.001)"
  260. *Font LetterGothic-Bold: Standard "(001.001)"
  261. *Font LetterGothic-BoldSlanted: Standard "(001.001)"
  262. *Font LetterGothic-Slanted: Standard "(001.001)"
  263. *Font Optima: Standard "(001.001)"
  264. *Font Optima-Bold: Standard "(001.001)"
  265. *Font Optima-BoldOblique: Standard "(001.001)"
  266. *Font Optima-Oblique: Standard "(001.001)"
  267. *Font ParkAvenue: Standard "(001.001)"
  268. *Font Revue: Standard "(001.001)"
  269. *Font Stencil: Standard "(001.001)"
  270. *Font UniversityRoman: Standard "(001.001)"
  271. *?FontQuery: "
  272. save  4 dict begin /sv exch def
  273. /str (fonts/                              ) def
  274. /st2 128 string def
  275. {
  276.   count 0 gt {
  277.     dup st2 cvs (/) print print (:) print
  278.     dup FontDirectory exch known {pop (Yes)}{
  279.      str exch st2 cvs dup length /len exch def
  280.      6 exch putinterval str 0 len 6 add getinterval mark exch
  281.      { } st2 filenameforall counttomark 0 gt {
  282.       cleartomark (Yes)}{cleartomark (No)}ifelse
  283.     }ifelse = flush
  284.   }{ exit } ifelse
  285. } bind loop
  286. (*) = flush
  287. sv end restore
  288. "
  289. *End
  290.  
  291. *?FontList: "
  292. save  2 dict begin /sv exch def
  293. /str 128 string def
  294. FontDirectory { pop == } bind forall flush
  295. /filenameforall where { 
  296.  pop save (fonts/*) { 
  297.   dup length 6 sub 6 exch getinterval cvn == 
  298.  } bind str filenameforall flush restore
  299. } if 
  300. (*) = flush
  301. sv end restore
  302. "
  303. *End
  304.  
  305. *% Printer Messages (verbatim from printer):
  306. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  307. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  308. *Message: "\FontName\ not found, using Courier"
  309.  
  310. *% Status (format: %%[ status: <one of these> ]%% )
  311. *Status: "idle"
  312. *Status: "busy"
  313. *Status: "waiting"
  314. *Status: "printing"
  315. *Status: "warming up"
  316.  
  317. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  318. *Source: "serial25"
  319. *Source: "AppleTalk"
  320. *Source: "Centronics"
  321. *Source: "other"
  322.  
  323. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  324.  
  325. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  326.  
  327. *% Color Separation Information =====================
  328.  
  329. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  330.  
  331. *InkName: ProcessBlack/Process Black
  332. *InkName: CustomColor/Custom Color
  333. *InkName: ProcessCyan/Process Cyan
  334. *InkName: ProcessMagenta/Process Magenta
  335. *InkName: ProcessYellow/Process Yellow
  336.  
  337. *%  For 60 lpi / 300 dpi  ===============================
  338.  
  339. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  340. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  341. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  342. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  343. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  344.  
  345. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  346. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  347. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  348. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  349. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  350.  
  351. *%  For 53 lpi / 300 dpi  ===============================
  352.  
  353. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  354. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  355. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  356. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  357. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  358.  
  359. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  360. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  361. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  362. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  363. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  364.  
  365. *% end of PPD file for QMS ColorScript 230
  366.